home *** CD-ROM | disk | FTP | other *** search
- /* Soil-Rule idea by Toffoli, in CAMRexx by THOR */
-
- MakeAlgorithm:
- PLANEALGORITHM moore centers
- return
-
- MakePlane:
- stable=(n_west | north | n_east) & ,
- (s_west | south | s_east) & ,
- (n_west | west | s_west) & ,
- (n_east | east | s_east)
- new=center & stable
- SETPLANE new
- return
-
-